Input Validation 2

FTE greater than 0
Special Method 001

Used by 1 operation

DTPActivityOperationParameter valuesOrder
000001
Payroll
001 000003
FTE greater than 0
2

PostgreSQL script PostgreSQL source
Sources: ows_metodo_speciale

2 lines
select count(*) from #TARGET_PARTITION#
where FTE is null or FTE = 0;